﻿#home-introduction {
    position: relative;
    padding: 5% 0;
}

#home-introduction img {
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
}

#home-introduction #cont-introduction h2 {
    color: #021f59;
    text-align: center;
    font-size: 3rem;
    font-family: "Mohr-Bold";
    margin-bottom: 20px;
}

#home-introduction #cont-introduction .description-introduction * {
    color: #707070;
    font-size: 1rem;
    font-family: 'Mohr-Medium';
}

.nossaOp {
    background-color: #F5F5F5;
    padding: 2%;
}

.opBr #Destaques {
    justify-content: center;
}

.txt_title_op {
    font-size: 62px;
    margin: 10px 0px;
    color: #00bf44;
    display: block;
    font-family: "Mohr-ExtraLightIt";
    text-align: center;
}

.Logo {
    border-radius: 100%;
    width: 120px;
    height: 120px;
    display: flex;
    margin: 15px auto;
    background-color: #021f59;
}

.infoColBlue {
    padding-top: 2rem;
}

.infoColBlue>p {
    color: #00bf44;
    font-size: 72px;
    line-height: 74px;
    letter-spacing: -1.44px;
    text-align: center;
    font-family: "Mohr-SemiBoldIt";
    margin-bottom: 0px;
}

.infoColBlue>span {
    font-size: 16px;
    color: #707070;
    font-family: "Mohr-Medium";
    line-height: 21px;
    text-align: center;
    display: block;
}

.nossaAm {
    padding: 5%;
    background-color: #fff;
}

.txt_op_am_title {
    color: #021f59;
    font-family: "Mohr-BlackIt";
    font-size: 4rem;
    margin-bottom: -1.5rem;
    display: block;
}

.txt_op_am_subtitle {
    color: #00bf44;
    font-family: "Mohr-ExtraLightIt";
    font-size: 3rem;
}

.txt_op_am_p {
    font-size: 16px;
    color: #707070;
    font-family: "Mohr-Medium";
    line-height: 21px;
    text-align: left;
    display: block;
    margin-top: 1rem;
}

.cardPais {
    margin: 1rem 0 3rem;
}

.imgPais {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.txt_pais {
    color: #021f59;
    font-size: 20px;
    font-family: "Mohr-SemiBoldIt";
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 5px;
}

.txt_info_pais {
    display: block;
    width: 100%;
    margin-top: 15px;
    min-height: 60%;
    font-size: 16px;
    font-family: "Mohr-Medium";
    text-align: left;
    color: #707070;
}

.btnOp {
    width: 100%;
    margin-top: 10px;
    height: 2.5rem;
    font-size: 0.65rem;
    color: #00bf44;
    background: #fff;
    text-transform: uppercase;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    font-family: "Mohr-SemiBold";
    transition: .3s;
    border-radius: 6px;
}

.btnOp:hover,
.btnOp:focus {
    background: #00bf44;
    color: #fff;
    outline: none;
}

.opBr {
    margin-bottom: 5rem;
}

.dadosaccor {
    display: block;
    color: #707070;
    font-family: "Mohr-Medium";
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 3px;
}

.dadosaccor:last-child {
    margin-bottom: 10px;
}

#imageStates img {
    display: block;
    margin: auto;
}

#imgOpAmerica img {
    display: block;
    margin: auto;
}

.accordionOp {
    background-color: #fff;
    color: #00bf44;
    font-size: 15px;
    text-align: left;
    font-family: "Mohr-SemiBoldIt";
    border-radius: 6px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    cursor: pointer;
    width: 100%;
    padding-top: 5px;
    padding-left: 13px;
    height: 40px;
    border: none;
    outline: none;
    transition: .1s;
    margin-top: 1rem;
}

.accordionOp::after {
    content: " ";
    position: absolute;
    background-image: url("/es/Style Library/images/AcOp.svg");
    width: 20px;
    height: 20px;
    top: 24px;
    right: 10px;
    transition: .3s;
}

.accordionOp.active {
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.0);
    border-radius: 0px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.accordionOp.active::after {
    content: " ";
    position: absolute;
    background-image: url("/es/Style Library/images/AcOp.svg");
    width: 20px;
    height: 20px;
    right: 10px;
    transition: .3s;
    transform: rotate(-180deg);
}

.accordionOp:hover {
    background: #fff
}

.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.ColunaA {
    padding: 0px;
}

.Roxo {
    color: #762683;
}


@media screen and (max-width: 1199px) {
    .infoColBlue>p {
        font-size: 40px;
    }
    .nossaAm .row:nth-child(2) {
        flex-direction: column-reverse;
    }

    #imageStates img {
        margin: 0px auto 50px;
    }

    #imgOpAmerica img {
        margin: 50px auto;
    }
}

@media screen and (max-width: 768px) {
    #home-introduction img {
        width: 100px;
    }

    #cont-introduction {
        padding-top: 50px;
    }

    #home-introduction #cont-introduction h2 {
        max-width: 90%;
        margin: 20px auto;
        font-size: 2rem;
    }

    #home-introduction #cont-introduction .description-introduction * {
        margin: auto;
        max-width: 90%;
        text-align: justify;
    }

    .cardPais {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .txt_info_pais {
        min-height: auto;
        text-align: center;
    }

    .btnOp {
        width: 260px;
    }
}

@media(max-width: 440px) {
    .content_poli {
        width: 90%;
    }

    .bannerImg::before {
        height: 0%;
    }

    .txt_title_op {
        font-size: 40px;
    }

    .txt_op_am_title {
        font-size: 50px;
        text-align: center;
    }

    .txt_op_am_p {
        text-align: justify;
    }

    .txt_op_am_subtitle {
        display: block;
        text-align: center;
        font-size: 40px;
    }

    .Logo {
        width: 100px;
        height: 100px;
    }

    .infoColBlue>p {
        font-size: 60px;
    }

}

@media screen and (max-width:375px) {

    .txt_op_am_subtitle {
        font-size: 2.5rem;
    }

    .txt_info_pais {
        text-align: left;
    }
}